Ниже предоставлен полный список пользовательских функций раздела "GuiScrollBars Management", доступных в AutoIt. Кликните по имени функции для получения детального описания
Для использования этих функций необходимо добавить строку #include <GuiScrollBars.au3>.
| Функция | Описание |
|---|---|
| _GUIScrollBars_EnableScrollBar | Включает или отключает (делает серым) ScrollBars |
| _GUIScrollBars_GetScrollBarInfoEx | Возвращает информацию об указанном ScrollBars |
| _GUIScrollBars_GetScrollBarRect | Возвращает координаты ScrollBars |
| _GUIScrollBars_GetScrollBarRGState | Retrieves the state of a scroll bar component |
| _GUIScrollBars_GetScrollBarXYLineButton | Retrieves the Height or width of the thumb |
| _GUIScrollBars_GetScrollBarXYThumbBottom | Retrieves the Position of the bottom or right of the thumb |
| _GUIScrollBars_GetScrollBarXYThumbTop | Retrieves the Position of the top or left of the thumb |
| _GUIScrollBars_GetScrollInfo | Извлекает параметры полосы прокрутки |
| _GUIScrollBars_GetScrollInfoEx | Возвращает параметры полосы прокрутки |
| _GUIScrollBars_GetScrollInfoMax | Retrieves the maximum scrolling position |
| _GUIScrollBars_GetScrollInfoMin | Retrieves the minimum scrolling position |
| _GUIScrollBars_GetScrollInfoPage | Retrieves the page size |
| _GUIScrollBars_GetScrollInfoPos | Retrieves the position of the scroll box |
| _GUIScrollBars_GetScrollInfoTrackPos | Retrieves the immediate position of a scroll box that the user is dragging |
| _GUIScrollBars_GetScrollPos | Retrieves the current position of the scroll box (thumb) in the specified scroll bar |
| _GUIScrollBars_GetScrollRange | Retrieves the current minimum and maximum scroll box (thumb) positions for the specified scroll bar |
| _GUIScrollBars_Init | Создаёт полосу прокрутки для окна |
| _GUIScrollBars_ScrollWindow | Scrolls the contents of the specified window's client area |
| _GUIScrollBars_SetScrollInfo | Устанавливает параметры полосы прокрутки |
| _GUIScrollBars_SetScrollInfoMax | Sets the maximum scrolling position |
| _GUIScrollBars_SetScrollInfoMin | Sets the minimum scrolling position |
| _GUIScrollBars_SetScrollInfoPage | Sets the page size |
| _GUIScrollBars_SetScrollInfoPos | Sets the position of the scroll box (thumb) in the specified scroll bar |
| _GUIScrollBars_SetScrollRange | Sets the minimum and maximum scroll box positions for the specified scroll bar |
| _GUIScrollBars_ShowScrollBar | Показывает или скрывает полосу прокрутки |